All Databases
Inside Mac - Basic Toolbox
CodeExampleStart
HandToHand
PtrToXHand
HandAndHand
PtrAndHand
NewHandle
Cursor
Handle arrowHandle; [TOKEN:12074] not an allocated Handle */
if (
PtrToHand
(
arrow
, &arrowHandle, sizeof( Cursor) ) ) {
/* . . . process the error . . .*/
}
Use
PtrToXHand
if you want to overwrite the contents of an existing
(already- allocated)
Handle
.
Referenced by (1):
Writing a Query Definition Function (Inside Mac - DAM-Ed-PPC-Slot)